home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / mac_file / vendor_d / neuralwa / nw2v50 / clsrtobf.iif < prev    next >
Text File  |  1993-08-23  |  1KB  |  43 lines

  1. inst4.1     !Aug 28, 1992
  2. !****************************************************************
  3. !*                                *
  4. !*    Reinforcement Classification Rate  Objective function    *
  5. !*                                *
  6. !****************************************************************
  7. !
  8.  
  9. #Incl   "outlyset.iif"        !set up output layer
  10.  
  11. @ILdD                !load default instrument
  12. =ITit    "Objective Function"
  13. =IGTy    "ClassRt"        !Graph Type
  14. =IGVr    "Out"            !Variable
  15. =ITTy    "RMS"            !RMS Transformation Type
  16. =ITMd    0            !None
  17. =IEpc    1            !transform over an epoch
  18. =Ignx    n4            !# outputs
  19. ?Ignx    2            !At least two?
  20. >bge    ClsRt1
  21. =Ignx    2            !Make it two
  22. :ClsRt1
  23. =Inpl    Ignx
  24. *Inpl    Ignx            !squared
  25. =Ihgt    Ignx
  26. *Ihgt   35            !Nominal Height
  27. =Iwdt    Ignx
  28. *Iwdt    65            !Nominal Width
  29. =Ivmn    f0
  30. =Ivmx    f1
  31. ! Note: for reinforcement instruments, epoch instrumenets
  32. ! should only be active during evaluation.
  33. =ILnA    0            !Inactive in Learn
  34. =IRcA    1            !Active in recall
  35. =ILDv    1            !Every 1 iterations
  36. =IPrb    "Output"        !Point to default probe
  37. =ICAc    2            !Obj. func active
  38. =ICTh    0.999            !Convergence Threshold
  39. !Let NeuralWorks figure out where to put instrument
  40. =x    0
  41. =y    0
  42. @IAdd                !Now create instrument
  43.